home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / ZIPPED / DOS / HOME / KPSLOTTO.ZIP / TINY-ED.ZIP / TED.DOC < prev   
Text File  |  1992-01-18  |  4KB  |  57 lines

  1.                                TINY EDITOR 
  2.                            OPERATING COMMANDS
  3.                            ------------------
  4.     F1  Abort          -   Ends program without saving any changes
  5.     F2  Undo           -   This must undo something - never figured it out
  6.     F3  Print          -   This prints file out on printer
  7.     F4  Mark           -   This marks the beginning of a block.  Use the down
  8.                            arrow to move down to end of the block.  Block will
  9.                            be highlighted as you move.  If you are wanting to
  10.                            just copy a block, you must mark it first, then use
  11.                            F5 to cut it, then use F6 to paste it back again
  12.                            then you can move to whereever you desire and paste
  13.                            it again and again and again (however many times
  14.                            you want).
  15.     F5  Cut            -   This erases marked block from file.  Use F6 paste
  16.                            to put it back whereever you want.
  17.     F6  Paste          -   This puts previously cut block back in file at
  18.                            point of the cursor.
  19.     F7  Exit           -   Ends program and saves all changes made to file
  20.     F8  Del2End        -   This deletes from cursor to the end of line
  21.     F9  Find           -   This allows you to search from cursor down for your
  22.                            selected search string (word or group of charac-
  23.                            ters).
  24.     F10 UnDelL         -   This will undelete line which was previously
  25.                            deleted with the F8 command.  May be undeleted over
  26.                            and over like the Paste command for blocks.  It is
  27.                            kind of like a mini block command for just one
  28.                            line.
  29.     Insert Key         -   This toggles the Insert/Overwrite modes.  This is
  30.                            designated by an I or O at the end of the status
  31.                            line.
  32.                            In the insert mode, characters you type in will be
  33.                            inserted into the line at the cursor.  In the over-
  34.                            write mode, characters you type in will replace
  35.                            characters at the cursor.
  36.     Home key           -   Moves cursor to beginning of line.
  37.     End key            -   Moves cursor to end of line (or end of screen if
  38.                            line is longer than screen)
  39.     Delete key         -   Deletes character at cursor.
  40.     Ctrl + Right Arrow -   If line is longer than the screen, this will move
  41.                            screen to left so you can get to rest of line.
  42.                            Line is longer than screen if a highlighted diamond
  43.                            appears at the end of the line at the far right of
  44.                            the screen.
  45.     Ctrl + Left Arrow  -   This moves screen back to right if you used Ctrl +
  46.                            Right arrow to move it to the end of a long line.
  47.     PgUp key           -   This will move cursor up screen a page at a time.
  48.     PgDn key           -   This will move cursor down the screen a page at a
  49.                            time.
  50.     Arrow keys         -   These keys are used to move around the file a line
  51.                            or space at a time.
  52.  
  53.     In order to use Tiny Editor program you must type (at DOS).   TED filename
  54.             where filename is the name of the file you want to create or edit.
  55.  
  56.     Note:  This file was created and edited by Tiny Editor.
  57.